home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 27
/
CDROM27.iso
/
share
/
progra
/
mai
/
Add-Ins, Adding a file to the current project
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-07-31
|
274 b
|
8 lines
'Description: Adds a file to the current VB project with an Add-In
'Place the following code in under a command button or in a menu, etc...
Dim AP As Object
Set AP = gobjIDEAppInst.ActiveProject
AP.AddFile (App.Path & "\files\WskSock.Bas")